11 lines
351 B
C
11 lines
351 B
C
|
|
//
|
||
|
|
// Copyright (c) 2012 Advanced Micro Devices, Inc. All rights reserved.
|
||
|
|
//
|
||
|
|
// This is a compatibility header file. Either define the version
|
||
|
|
// of the compiler library that is to be used or include the
|
||
|
|
// header file for that version directly.
|
||
|
|
#ifndef ACL_FUNCTORS_H_
|
||
|
|
#define ACL_FUNCTORS_H_
|
||
|
|
#include "v0_8/aclFunctors.h"
|
||
|
|
#endif // ACL_FUNCTORS_H_
|