]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386: Integrate BFmode for Enhanced Vectorization in ix86_preferred_simd_mode
authorLevy Hsu <admin@levyhsu.com>
Tue, 3 Sep 2024 06:14:06 +0000 (15:44 +0930)
committerLevy Hsu <admin@levyhsu.com>
Thu, 5 Sep 2024 01:34:05 +0000 (01:34 +0000)
commitb851bce473d8e573b1b586c71d47e71067b4fa66
tree46e6f50f0a95f510a17ef226d71ebfc39ec1c49f
parent55024148694bc5ccf4f5c727e7ba645fd0cc7b38
i386: Integrate BFmode for Enhanced Vectorization in ix86_preferred_simd_mode

This change adds BFmode support to the ix86_preferred_simd_mode function
enhancing SIMD vectorization for BF16 operations. The update ensures
optimized usage of SIMD capabilities improving performance and aligning
vector sizes with processor capabilities.

gcc/ChangeLog:

* config/i386/i386.cc (ix86_preferred_simd_mode): Add BFmode Support.
gcc/config/i386/i386.cc