0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

AVX-512: Fix comments

Fixed or purged some old comments and added a comment for a previous patch.

Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Jin Kyu Song
2013-08-28 19:15:24 -07:00
committed by Cyrill Gorcunov
parent e3a06b9d0a
commit 6d16d2836d
3 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,6 @@ def write_rawbytes(data, options):
if __name__ == "__main__":
options = setup()
recs = read(options)
print "AVX3.1 instructions"
write_rawbytes(recs, options)