diff options
Diffstat (limited to 'simd/nasm/jsimdcfg.inc.h')
-rw-r--r-- | simd/nasm/jsimdcfg.inc.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/simd/nasm/jsimdcfg.inc.h b/simd/nasm/jsimdcfg.inc.h index 7ff7e29..bf2a45a 100644 --- a/simd/nasm/jsimdcfg.inc.h +++ b/simd/nasm/jsimdcfg.inc.h @@ -1,8 +1,10 @@ -// This file generates the include file for the assembly -// implementations by abusing the C preprocessor. -// -// Note: Some things are manually defined as they need to -// be mapped to NASM types. +/* + * This file generates the include file for the assembly + * implementations by abusing the C preprocessor. + * + * Note: Some things are manually defined as they need to + * be mapped to NASM types. + */ ; ; Automatically generated include file from jsimdcfg.inc.h |