1*5f39d1b3SJooyung Han // 2*5f39d1b3SJooyung Han // Licensed under the Apache License, Version 2.0 (the "License"); 3*5f39d1b3SJooyung Han // you may not use this file except in compliance with the License. 4*5f39d1b3SJooyung Han // You may obtain a copy of the License at 5*5f39d1b3SJooyung Han // 6*5f39d1b3SJooyung Han // http://www.apache.org/licenses/LICENSE-2.0 7*5f39d1b3SJooyung Han // 8*5f39d1b3SJooyung Han // Unless required by applicable law or agreed to in writing, software 9*5f39d1b3SJooyung Han // distributed under the License is distributed on an "AS IS" BASIS, 10*5f39d1b3SJooyung Han // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11*5f39d1b3SJooyung Han // See the License for the specific language governing permissions and 12*5f39d1b3SJooyung Han // limitations under the License. 13*5f39d1b3SJooyung Han 14*5f39d1b3SJooyung Han // output_avx.h: optimized AVX 2 specializations of the templates in output.h. 15*5f39d1b3SJooyung Han 16*5f39d1b3SJooyung Han #ifndef GEMMLOWP_INTERNAL_OUTPUT_AVX_H_ 17*5f39d1b3SJooyung Han #define GEMMLOWP_INTERNAL_OUTPUT_AVX_H_ 18*5f39d1b3SJooyung Han 19*5f39d1b3SJooyung Han #endif // GEMMLOWP_INTERNAL_OUTPUT_AVX_H_ 20