function tf = isGLNXA64

persistent compType;

if (isempty(compType))
  compType = computer;
end

tf = isequal(compType, 'GLNXA64');
