github.com/apache/arrow/go/v10@v10.0.1/internal/utils/transpose_ints_ppc64le.go (about)

     1  // Code generated by transpose_ints_s390x.go.tmpl. DO NOT EDIT.
     2  
     3  // Licensed to the Apache Software Foundation (ASF) under one
     4  // or more contributor license agreements.  See the NOTICE file
     5  // distributed with this work for additional information
     6  // regarding copyright ownership.  The ASF licenses this file
     7  // to you under the Apache License, Version 2.0 (the
     8  // "License"); you may not use this file except in compliance
     9  // with the License.  You may obtain a copy of the License at
    10  //
    11  // http://www.apache.org/licenses/LICENSE-2.0
    12  //
    13  // Unless required by applicable law or agreed to in writing, software
    14  // distributed under the License is distributed on an "AS IS" BASIS,
    15  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    16  // See the License for the specific language governing permissions and
    17  // limitations under the License.
    18  
    19  //go:build !noasm
    20  // +build !noasm
    21  
    22  package utils
    23  
    24  // if building with the 'noasm' tag, then point to the pure go implementations
    25  var (
    26  	TransposeInt8Int8   = transposeInt8Int8
    27  	TransposeInt8Uint8  = transposeInt8Uint8
    28  	TransposeInt8Int16  = transposeInt8Int16
    29  	TransposeInt8Uint16 = transposeInt8Uint16
    30  	TransposeInt8Int32  = transposeInt8Int32
    31  	TransposeInt8Uint32 = transposeInt8Uint32
    32  	TransposeInt8Int64  = transposeInt8Int64
    33  	TransposeInt8Uint64 = transposeInt8Uint64
    34  
    35  	TransposeUint8Int8   = transposeUint8Int8
    36  	TransposeUint8Uint8  = transposeUint8Uint8
    37  	TransposeUint8Int16  = transposeUint8Int16
    38  	TransposeUint8Uint16 = transposeUint8Uint16
    39  	TransposeUint8Int32  = transposeUint8Int32
    40  	TransposeUint8Uint32 = transposeUint8Uint32
    41  	TransposeUint8Int64  = transposeUint8Int64
    42  	TransposeUint8Uint64 = transposeUint8Uint64
    43  
    44  	TransposeInt16Int8   = transposeInt16Int8
    45  	TransposeInt16Uint8  = transposeInt16Uint8
    46  	TransposeInt16Int16  = transposeInt16Int16
    47  	TransposeInt16Uint16 = transposeInt16Uint16
    48  	TransposeInt16Int32  = transposeInt16Int32
    49  	TransposeInt16Uint32 = transposeInt16Uint32
    50  	TransposeInt16Int64  = transposeInt16Int64
    51  	TransposeInt16Uint64 = transposeInt16Uint64
    52  
    53  	TransposeUint16Int8   = transposeUint16Int8
    54  	TransposeUint16Uint8  = transposeUint16Uint8
    55  	TransposeUint16Int16  = transposeUint16Int16
    56  	TransposeUint16Uint16 = transposeUint16Uint16
    57  	TransposeUint16Int32  = transposeUint16Int32
    58  	TransposeUint16Uint32 = transposeUint16Uint32
    59  	TransposeUint16Int64  = transposeUint16Int64
    60  	TransposeUint16Uint64 = transposeUint16Uint64
    61  
    62  	TransposeInt32Int8   = transposeInt32Int8
    63  	TransposeInt32Uint8  = transposeInt32Uint8
    64  	TransposeInt32Int16  = transposeInt32Int16
    65  	TransposeInt32Uint16 = transposeInt32Uint16
    66  	TransposeInt32Int32  = transposeInt32Int32
    67  	TransposeInt32Uint32 = transposeInt32Uint32
    68  	TransposeInt32Int64  = transposeInt32Int64
    69  	TransposeInt32Uint64 = transposeInt32Uint64
    70  
    71  	TransposeUint32Int8   = transposeUint32Int8
    72  	TransposeUint32Uint8  = transposeUint32Uint8
    73  	TransposeUint32Int16  = transposeUint32Int16
    74  	TransposeUint32Uint16 = transposeUint32Uint16
    75  	TransposeUint32Int32  = transposeUint32Int32
    76  	TransposeUint32Uint32 = transposeUint32Uint32
    77  	TransposeUint32Int64  = transposeUint32Int64
    78  	TransposeUint32Uint64 = transposeUint32Uint64
    79  
    80  	TransposeInt64Int8   = transposeInt64Int8
    81  	TransposeInt64Uint8  = transposeInt64Uint8
    82  	TransposeInt64Int16  = transposeInt64Int16
    83  	TransposeInt64Uint16 = transposeInt64Uint16
    84  	TransposeInt64Int32  = transposeInt64Int32
    85  	TransposeInt64Uint32 = transposeInt64Uint32
    86  	TransposeInt64Int64  = transposeInt64Int64
    87  	TransposeInt64Uint64 = transposeInt64Uint64
    88  
    89  	TransposeUint64Int8   = transposeUint64Int8
    90  	TransposeUint64Uint8  = transposeUint64Uint8
    91  	TransposeUint64Int16  = transposeUint64Int16
    92  	TransposeUint64Uint16 = transposeUint64Uint16
    93  	TransposeUint64Int32  = transposeUint64Int32
    94  	TransposeUint64Uint32 = transposeUint64Uint32
    95  	TransposeUint64Int64  = transposeUint64Int64
    96  	TransposeUint64Uint64 = transposeUint64Uint64
    97  )