mirror_zfs/module/icp/asm-x86_64/blake3
Attila Fülöp 58ca7b1011 IPC: blake3 x86 asm: fix placement of .size directives
The .size directive used by the SET_SIZE C macro uses the special
dot symbol to calculate the size of a function. The dot symbol
refers to the current address, so for the calculation to be
meaningful the SET_SIZE macro must be placed immediately after the
end of the function the size is calculated for.

Reviewed-by: Jorgen Lundman <lundman@lundman.net>
Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de>
Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Signed-off-by: Attila Fülöp <attila@fueloep.org>
Closes #14422
2023-01-24 09:03:31 -08:00
..
blake3_avx2.S Unify Assembler files between Linux and Windows 2023-01-17 11:09:19 -08:00
blake3_avx512.S IPC: blake3 x86 asm: fix placement of .size directives 2023-01-24 09:03:31 -08:00
blake3_sse2.S IPC: blake3 x86 asm: fix placement of .size directives 2023-01-24 09:03:31 -08:00
blake3_sse41.S IPC: blake3 x86 asm: fix placement of .size directives 2023-01-24 09:03:31 -08:00