From 326c3216619f9b2362df594d86efd38452eebf74 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 21 Jul 2016 11:14:46 -0700 Subject: [PATCH] Changed asm2plan9s link to minio (#21) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4f6ac5..31fcbf7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This is a summary of the performance improvements. Full details are shown below. asm2plan9s ---------- -In order to be able to work more easily with AVX2/AVX instructions, a separate tool was developed to convert AVX2/AVX instructions into the corresponding BYTE sequence as accepted by Go assembly. See [asm2plan9s](https://github.com/fwessels/asm2plan9s) for more information. +In order to be able to work more easily with AVX2/AVX instructions, a separate tool was developed to convert AVX2/AVX instructions into the corresponding BYTE sequence as accepted by Go assembly. See [asm2plan9s](https://github.com/minio/asm2plan9s) for more information. bt2sum ------