Skip to content

Commit e6e2e53

Browse files
authored
revert clang pragma
1 parent 456dc04 commit e6e2e53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kernel/x86_64/sgemm_kernel_16x4_skylakex.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2424
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
2525
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
**********************************************************************************/
27-
#if defined(__apple_build_version__) && __clang_major__ == 11 && __clang_minor__ == 0 && __clang_patchlevel__ == 3
28-
#pragma clang optimize off
29-
#endif
3027

3128

3229
/* comment below left for history, data does not represent the implementation in this file */

0 commit comments

Comments
 (0)