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:
committed by
Cyrill Gorcunov
parent
e3a06b9d0a
commit
6d16d2836d
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user