Skip to content

Commit

Permalink
Disable functions having issues
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Sep 11, 2022
1 parent 6887f6a commit d50be49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions visual/gl/blend_function_sse2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1490,10 +1490,13 @@ void TVPGL_SSE2_Init() {
TVPStretchConstAlphaBlend_d = TVPStretchConstAlphaBlend_d_sse2_c;
TVPStretchConstAlphaBlend_a = TVPStretchConstAlphaBlend_a_sse2_c;
TVPStretchColorCopy = TVPStretchColorCopy_sse2_c;
#if 0
// FIXME: These functions cause data abort on ARM
TVPInterpStretchCopy = TVPInterpStretchCopy_sse2_c;
TVPInterpStretchAdditiveAlphaBlend = TVPInterpStretchAdditiveAlphaBlend_sse2_c;
TVPInterpStretchAdditiveAlphaBlend_o = TVPInterpStretchAdditiveAlphaBlend_o_sse2_c;
TVPInterpStretchConstAlphaBlend = TVPInterpStretchConstAlphaBlend_sse2_c;
#endif
// TVPFastLinearInterpH2F // 使われなくなっているので未実装
// TVPFastLinearInterpH2B // 使われなくなっているので未実装
// TVPFastLinearInterpV2 // 使われなくなっているので未実装
Expand Down

0 comments on commit d50be49

Please sign in to comment.