[rtems commit] bsp/qoriq: Enable VRSAVE optimization

Sebastian Huber sebh at rtems.org
Thu Sep 8 13:44:59 UTC 2022


Module:    rtems
Branch:    master
Commit:    52d566c864977418ad33d3bb2658aa2357ad893c
Changeset: http://git.rtems.org/rtems/commit/?id=52d566c864977418ad33d3bb2658aa2357ad893c

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep  8 15:47:23 2022 +0200

bsp/qoriq: Enable VRSAVE optimization

Close #4712.

---

 spec/build/bsps/powerpc/qoriq/abi.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spec/build/bsps/powerpc/qoriq/abi.yml b/spec/build/bsps/powerpc/qoriq/abi.yml
index 2d7477a565..f88b3afb95 100644
--- a/spec/build/bsps/powerpc/qoriq/abi.yml
+++ b/spec/build/bsps/powerpc/qoriq/abi.yml
@@ -16,11 +16,13 @@ default-by-variant:
 - value:
   - -mcpu=e6500
   - -m64
+  - -mvrsave
   variants:
   - powerpc/qoriq_e6500_64
 - value:
   - -mcpu=e6500
   - -m32
+  - -mvrsave
   - -msdata=sysv
   variants:
   - powerpc/qoriq_e6500_32



More information about the vc mailing list