Skip to content

Commit

Permalink
Merge pull request #4712 from RajalakshmiSR/zscalp10
Browse files Browse the repository at this point in the history
POWER: Fix issues in zscal to address lapack failures
  • Loading branch information
martin-frbg authored Jun 1, 2024
2 parents 56bd57c + e112191 commit 83bc8d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kernel/power/zscal.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#pragma GCC optimize "O1"

#if defined(__clang__)
#pragma clang fp contract(off)
#endif

#if defined(__VEC__) || defined(__ALTIVEC__)
#if defined(POWER8) || defined(POWER9)
#if defined(DOUBLE)
Expand Down

0 comments on commit 83bc8d5

Please sign in to comment.