x86_64: Fix svml_s_acosf16_core_avx512.S code formatting
authorSunil K Pandey <skpgkp2@gmail.com>
Fri, 4 Mar 2022 23:56:59 +0000 (15:56 -0800)
committerSunil K Pandey <skpgkp2@gmail.com>
Sat, 5 Mar 2022 06:50:35 +0000 (22:50 -0800)
commitf42415c73669a11e5a9ea91434c980f306a75b6d
tree18787875d217bc750483524288ed76e61f9d55be
parent13089d4cf22a117889888224a6ef29ccb580bdc8
x86_64: Fix svml_s_acosf16_core_avx512.S code formatting

This commit contains following formatting changes

1. Instructions proceeded by a tab.
2. Instruction less than 8 characters in length have a tab
   between it and the first operand.
3. Instruction greater than 7 characters in length have a
   space between it and the first operand.
4. Tabs after `#define`d names and their value.
5. 8 space at the beginning of line replaced by tab.
6. Indent comments with code.
7. Remove redundent .text section.

Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
sysdeps/x86_64/fpu/multiarch/svml_s_acosf16_core_avx512.S